net/http.Transport.connsPerHost (field)
8 uses
net/http (current package)
transport.go#L110: connsPerHost map[connectMethodKey]int
transport.go#L1573: if n := t.connsPerHost[w.key]; n < t.MaxConnsPerHost {
transport.go#L1574: if t.connsPerHost == nil {
transport.go#L1575: t.connsPerHost = make(map[connectMethodKey]int)
transport.go#L1577: t.connsPerHost[w.key] = n + 1
transport.go#L1637: n := t.connsPerHost[key]
transport.go#L1672: delete(t.connsPerHost, key)
transport.go#L1674: t.connsPerHost[key] = n
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)